Autogenerated HTML docs for v2.4.1-314-g9532e 
diff --git a/technical/pack-protocol.txt b/technical/pack-protocol.txt index 462e206..fc09c63 100644 --- a/technical/pack-protocol.txt +++ b/technical/pack-protocol.txt 
@@ -465,7 +465,7 @@  references.    ---- - update-request = *shallow ( command-list | push-cert ) [pack-file] + update-request = *shallow ( command-list | push-cert ) [packfile]    shallow = PKT-LINE("shallow" SP obj-id LF)   @@ -491,7 +491,7 @@  *PKT-LINE(gpg-signature-lines LF)  PKT-LINE("push-cert-end" LF)   - pack-file = "PACK" 28*(OCTET) + packfile = "PACK" 28*(OCTET)  ----    If the receiving end does not support delete-refs, the sending end MUST @@ -502,11 +502,11 @@  sent, command-list MUST NOT be sent; the commands recorded in the  push certificate is used instead.   -The pack-file MUST NOT be sent if the only command used is 'delete'. +The packfile MUST NOT be sent if the only command used is 'delete'.   -A pack-file MUST be sent if either create or update command is used, +A packfile MUST be sent if either create or update command is used,  even if the server already has all the necessary objects. In this -case the client MUST send an empty pack-file. The only time this +case the client MUST send an empty packfile. The only time this  is likely to happen is if the client is creating  a new branch or a tag that points to an existing obj-id.